Version

FilterItemCollection<T> Class Members

The following tables list the members exposed by FilterItemCollection<T>.

Public Constructors
Public Properties
 NameDescription
Public PropertyCountOverridden. Gets the number of elements contained in the System.Collections.ICollection.  
Public PropertyIsFixedSizeOverridden. Gets a value indicating whether the System.Collections.IList has a fixed size.  
Public PropertyIsReadOnlyOverridden. Gets a value indicating whether the System.Collections.IList is read-only.  
Public PropertyIsSynchronizedOverridden. Gets a value indicating whether access to the System.Collections.ICollection is synchronized (thread safe).  
Public PropertyItemOverridden. Gets or sets the element at the specified index.  
Public PropertySyncRootOverridden. Gets an object that can be used to synchronize access to the System.Collections.ICollection.  
Protected Properties
 NameDescription
Protected PropertyListGets the list of items  
Public Methods
 NameDescription
Public MethodAddOverridden. Adds an item to the System.Collections.IList.  
Public MethodAddSilentlyOverridden. Adds the silently.  
Public MethodClearOverridden. Removes all items from the System.Collections.IList.  
Public MethodContainsOverridden. Determines whether the System.Collections.IList contains a specific value.  
Public MethodCopyToOverridden. Copies the elements of the System.Collections.ICollection to an System.Array, starting at a particular System.Array index.  
Public MethodGetEnumeratorOverridden. Returns an enumerator that iterates through a collection.  
Public MethodIndexOfOverridden. Determines the index of a specific item in the System.Collections.IList.  
Public MethodInsertOverridden. Inserts an item to the System.Collections.IList at the specified index.  
Public MethodRaiseCollectionChangedRaises the CollectionChanged event. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection)
Public MethodRemoveOverridden. Removes the first occurrence of a specific object from the System.Collections.IList.  
Public MethodRemoveAtOverridden. Removes the System.Collections.IList item at the specified index.  
Protected Methods
 NameDescription
Protected MethodOnCollectionChangedRaises the CollectionChanged event with the provided arguments. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection)
Protected MethodOnPropertyChangedOccurs when a property changes. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection)
Public Events
 NameDescription
Public EventCollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection)
Public EventPropertyChangedOccurs when a property value changes. (Inherited from Infragistics.Controls.Grids.Primitives.FilterItemCollection)
See Also